https://github.com/ic/v8-powerpc
Project to port the Google V8 JavaScript engine to the PowerPC architecture.
https://github.com/ic/v8-powerpc
Last synced: 6 months ago
JSON representation
Project to port the Google V8 JavaScript engine to the PowerPC architecture.
- Host: GitHub
- URL: https://github.com/ic/v8-powerpc
- Owner: ic
- License: other
- Created: 2010-08-20T00:11:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-22T15:17:31.000Z (over 14 years ago)
- Last Synced: 2024-06-11T16:28:20.568Z (about 2 years ago)
- Language: C++
- Homepage:
- Size: 19.8 MB
- Stars: 28
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Project to port the V8 JavaScript engine originated at Google to the PowerPC architecture.
Short-term goal: Get V8 on PowerPC and PowerPC 64.
Long-term goal: Get Node.js and Google Chrome to PowerPC users.
Current Status: No new code added yet due to a long pause. The approach followed here is based on advice for the MIPS port: http://goo.gl/TYMmh.