mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
Embed the V8 Javascript Interpreter into Ruby
72068651f9
This changes the accessor code to push as much object allocation onto Ruby as possible. Instead the C++ layer acts strictly as glue using stack allocated variables to convert v8 value to ruby objects at the moment it passes them off to Ruby. |
||
---|---|---|
ext/v8 | ||
lib | ||
spec | ||
.gitignore | ||
.travis.yml | ||
Changelog.md | ||
Gemfile | ||
Rakefile | ||
therubyracer.gemspec |