v8/include
bmeurer c487aba74c [turbofan] Use appropriate type for NodeId.
Up until now we used int32_t for NodeId, but that was not ideal because
negative values are invalid for NodeId and we use it as an array index
for example in the NodeMarker class, where C++ compilers on x64 have to
generate code that does proper sign extension for the indices, which is
completely unnecessary.

R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/1178403004

Cr-Commit-Position: refs/heads/master@{#28997}
2015-06-12 12:03:19 +00:00
..
libplatform Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
OWNERS Add myself to include/OWNERS 2015-04-21 10:05:59 +00:00
v8-debug.h Provide accessor for object internal properties that doesn't require debugger to be active 2015-05-12 15:40:27 +00:00
v8-platform.h Remove default NOP implementation of MonotonicallyIncreasingTime. 2014-10-09 10:44:30 +00:00
v8-profiler.h Add new Float32x4 type for SIMD.js. 2015-06-03 23:56:33 +00:00
v8-testing.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8-util.h add StdGlobalValueMap 2015-04-22 09:17:34 +00:00
v8-version.h Update version to 4.5 2015-05-17 06:08:16 +00:00
v8.h Add TypedArray constructors with SharedArrayBuffer to the external API. 2015-06-08 18:24:26 +00:00
v8config.h [turbofan] Use appropriate type for NodeId. 2015-06-12 12:03:19 +00:00