v8/test/mjsunit/ignition
Michael Achenbach fc50e2c4c9 Revert "[objects] No longer create short external strings."
This reverts commit e42e7fc800.

Reason for revert: Speculative revert for:
https://crbug.com/v8/7149

Original change's description:
> [objects] No longer create short external strings.
> 
> This fixes String::MakeExternal() to bail out if the subject string
> doesn't fit a regular ExternalString, instead of creating a short
> external string. The observation here is that for short external strings
> the overhead of having to have the StringResource plus going to the
> runtime/C++ for each and every character access from JavaScript land
> is probably bigger than the anticipated benefits.
> 
> If this turns out to be wrong and there's a real benefit, we should make
> use of ThinStrings instead of having a separate way to represent
> external strings.
> 
> Bug: v8:6621, v8:7109, v8:7145
> Change-Id: I4b75da08b82a72027c782a69de9c8eaf3cca1d4d
> Reviewed-on: https://chromium-review.googlesource.com/799750
> Reviewed-by: Yang Guo <yangguo@chromium.org>
> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#49735}

TBR=yangguo@chromium.org,bmeurer@chromium.org

Change-Id: I3f5cfa9ab5c99ddce1d61ede9ed9515cb3936cdd
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:6621, v8:7109, v8:7145, v8:7149
Reviewed-on: https://chromium-review.googlesource.com/801675
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49770}
2017-11-30 20:04:41 +00:00
..
dead-code-source-position.js
dynamic-global-inside-block.js [interpreter] DYNAMIC_GLOBAL needs to walk the context chain starting from current_scope, not closure_scope 2017-11-22 17:40:26 +00:00
ignition-statistics-extension.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
optimized-stack-trace.js
osr-from-bytecode.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
osr-from-generator.js [interpreter] Extend test for OSR from within generators. 2016-07-28 16:52:26 +00:00
print-ast.js [d8] Add a stress-background-compile mode 2017-11-15 11:08:21 +00:00
regress-597565-double-to-object-transition.js
regress-599001-verifyheap.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-612386-smi-to-double-transition.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
regress-616064.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-629792-source-position-on-jump.js [interpreter] Fix peephole rule on eliding last before jump. 2016-07-28 14:41:26 +00:00
regress-662418.js [Interpreter] Ensure ValueOf is only called once for post-increment operations. 2016-11-08 17:03:16 +00:00
regress-664146.js [Interpreter] Fix logical-or/and to ensure it always visits the lhs. 2016-11-10 16:31:00 +00:00
regress-672027.js [Interpreter] Allocate registers used as call arguments on-demand. 2016-12-15 10:59:57 +00:00
stack-trace-source-position.js [complier] Enable parallel eager inner function compilation with compiler dispatcher. 2017-01-25 22:41:57 +00:00
string-concat-external-thin-string.js Revert "[objects] No longer create short external strings." 2017-11-30 20:04:41 +00:00
throw-if-hole.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
throw-if-not-hole.js [turbofan] Replace uninitialized JSConstruct nodes with SOFT deopt. 2017-06-30 08:18:43 +00:00
throw-super-not-called.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
tracing.js