1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Embed the V8 Javascript Interpreter into Ruby
Find a file
Charles Lowell 72068651f9 eschew heap allocated accessor callbacks
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.
2012-05-21 16:36:19 -05:00
ext/v8 eschew heap allocated accessor callbacks 2012-05-21 16:36:19 -05:00
lib allow getting the native context. 2012-05-18 12:44:20 -05:00
spec eschew heap allocated accessor callbacks 2012-05-21 16:36:19 -05:00
.gitignore ignore rbx cache and .rvmrc 2012-05-09 14:46:05 -05:00
.travis.yml update travis to include rubinius 2012-05-10 10:09:59 -05:00
Changelog.md v0.9.4 2011-08-22 09:53:54 -05:00
Gemfile use the redjs spec v0.6.1 2012-05-09 14:46:05 -05:00
Rakefile Outline reference data structures. 2012-05-09 14:46:04 -05:00
therubyracer.gemspec depend on the publicly available libv8 2012-05-11 10:32:41 -05:00