v8/test
bmeurer cd9724d4b4 [turbofan] Utilize the fact that empty string is canonicalized.
Since the empty string is canonical HeapObject now, we can use
this fact to optimize

  - strict equality comparisons with the empty string to a
    simple ReferenceEqual operation, and
  - optimize ToBoolean to avoid instance type checks completely.

Drive-by-fix: Allow InternalizedString for Type::HeapConstant
in the type system. This is safe, since InternalizedStrings
can be compared to other heap constants by reference (except
for non-InternalizedStrings, which are excluded from the
HeapConstant type).

BUG=v8:5267
R=yangguo@chromium.org

Review-Url: https://codereview.chromium.org/2681273002
Cr-Commit-Position: refs/heads/master@{#43050}
2017-02-09 07:23:08 +00:00
..
benchmarks
cctest [parsing] Produce same Scopes in Parser and PreParser when the params are not simple. 2017-02-08 17:14:30 +00:00
common [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
debugger [debugger] expose side-effect free evaluate to inspector. 2017-02-09 06:43:34 +00:00
fuzzer Reland of land: [Parse] ParseInfo owns the parsing Zone. (patchset #1 id:1 of https://codereview.chromium.org/2683733002/ ) 2017-02-07 20:46:47 +00:00
inspector [wasm] Accept version 0x1 binaries. 2017-02-09 02:09:47 +00:00
intl Fix two DCHECK failures in ICU case mapping code 2017-01-13 23:12:43 +00:00
js-perf-test [Test] Fix typo so that SixSpeed/SpreadLiteral/Babel is actually run. 2017-02-07 16:40:05 +00:00
memory
message Enable --harmony-trailing-commas 2017-01-31 23:30:57 +00:00
mjsunit [wasm] Accept version 0x1 binaries. 2017-02-09 02:09:47 +00:00
mozilla [wasm] Add guard regions to end of WebAssembly.Memory buffers 2016-11-17 20:29:13 +00:00
preparser
promises-aplus
simdjs
test262 Revert of test262 roll (patchset #1 id:1 of https://codereview.chromium.org/2681833003/ ) 2017-02-07 23:33:08 +00:00
unittests [turbofan] Utilize the fact that empty string is canonicalized. 2017-02-09 07:23:08 +00:00
webkit Enable --harmony-trailing-commas 2017-01-31 23:30:57 +00:00
bot_default.gyp
bot_default.isolate
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
default.gyp
default.isolate
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate