DescriptionAdd a faster API for creating v8::Integer objects
In WebKit, we have a small integer cache because calling v8::Integer::New is
slow. This patch adds a faster API for creating integers that requires the
caller to supply the v8::Isolate, saving us the work of looking up the isolate
in thread-local storage.
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=12773
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|