v8/src
Victor Gomes 56adca8ed6 [maglev] Generic CreateEmptyArrayLiteral node
We should just call the builtin while we don't have inlined
allocations.

Bug: v8:7700
Change-Id: I6da605cc756b0f44fb1366e90e6c0dac60ae9beb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3613326
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80261}
2022-04-28 14:42:58 +00:00
..
api [api] Rename isolate variables 2022-04-28 12:51:08 +00:00
asmjs Reland "[asm] Reject import calls with too many parameters" 2022-03-09 15:46:32 +00:00
ast Reland "[interpreter] Optimize strict equal boolean" 2022-04-25 10:02:05 +00:00
base [base/platform] Simplify /proc/self/maps parsing 2022-04-28 14:00:18 +00:00
baseline [baseline] Create flag to use UserBlocking threads for CSP 2022-04-28 12:48:29 +00:00
bigint Reland "Reland "[Torque] Generalize Torque literals to larger size"" 2022-02-04 09:40:24 +00:00
builtins [builtins] Add 'RestartFrameTrampoline' 2022-04-28 13:11:28 +00:00
codegen [builtins] Add 'RestartFrameTrampoline' 2022-04-28 13:11:28 +00:00
common Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
compiler Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
compiler-dispatcher Reland "[osr] Basic support for concurrent OSR" 2022-04-04 13:48:26 +00:00
d8 [d8] Add ValueSerializer JS api for better fuzzing 2022-04-27 15:05:07 +00:00
date [inspector] Side-effect free DateMirror descriptions. 2022-04-06 13:19:33 +00:00
debug [api] Rename isolate variables 2022-04-28 12:51:08 +00:00
deoptimizer Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
diagnostics Reland "[string] Non-transitioning shared strings" 2022-04-26 11:56:15 +00:00
execution Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
extensions [heap] Statistics extension needs to check whether new space exists 2022-03-23 09:30:51 +00:00
flags [snapshot] Reduce startup snapshot checksum check overhead 2022-04-28 14:35:18 +00:00
handles [handles, heap] Process young GlobalHandle nodes in GC 2022-04-25 18:33:52 +00:00
heap Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
ic [counters] Remove unused counters from V8 2022-04-27 20:40:51 +00:00
init Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
inspector [inspector] Add 'canBeRestarted' flag to CallFrames when debugger pauses 2022-04-20 12:40:34 +00:00
interpreter [osr] Fix DeoptExitIsInsideOsrLoop in presence of inlining 2022-04-27 10:11:15 +00:00
json Plumb Isolate through own property enumeration functions 2022-04-25 22:54:22 +00:00
libplatform Split V8_OS_MACOSX into V8_OS_DARWIN and V8_OS_MACOS 2022-02-18 10:24:59 +00:00
libsampler Split V8_OS_MACOSX into V8_OS_DARWIN and V8_OS_MACOS 2022-02-18 10:24:59 +00:00
logging [counters] Remove unused counters from V8 2022-04-27 20:40:51 +00:00
maglev [maglev] Generic CreateEmptyArrayLiteral node 2022-04-28 14:42:58 +00:00
numbers [runtime] Add Arguments::positive_smi_value_at(int index) helper 2022-03-10 10:50:55 +00:00
objects [Temporal] Add PlainDateTime.from 2022-04-27 23:39:04 +00:00
parsing [counters] Remove unused counters from V8 2022-04-27 20:40:51 +00:00
profiler [heap] Add Heap::NotifyObjectSizeChange for right-trimming 2022-04-27 08:01:24 +00:00
protobuf Remove petermarshall from OWNERS 2021-03-31 11:00:22 +00:00
regexp [riscv64] Fix relocation attribute not loaded correctly 2022-04-25 08:13:52 +00:00
roots [builtins] Use builtin context for SourceTextModule closures 2022-04-25 15:30:52 +00:00
runtime [rab/gsab] Atomics.*: Support RAB / GSAB 2022-04-28 08:05:18 +00:00
sandbox [base] Don't return bool from VirtualAddressSpace::Free* routines 2022-03-07 16:53:23 +00:00
sanitizer Reland "[elements] Avoid racy data reads/writes" 2021-05-06 10:46:52 +00:00
snapshot [snapshot] Reduce startup snapshot checksum check overhead 2022-04-28 14:35:18 +00:00
strings [string] SLOW_DCHECK string hash during lifetime of String::FlatContent 2022-02-14 17:26:37 +00:00
tasks Remove rmcilroy from OWNERS. 2021-08-19 16:30:27 +00:00
temporal [Temporal] Add Temporal.Duration.from 2022-04-26 20:09:13 +00:00
third_party [log] Rename logging classes 2022-04-19 12:07:16 +00:00
torque [torque] Generate asserts for C++ object definitions 2022-04-07 13:22:25 +00:00
tracing Add missing trace category group to trace-categories.h 2022-01-12 19:47:55 +00:00
trap-handler Remove set but otherwise unused variable 2022-03-31 16:37:14 +00:00
utils Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
wasm Reland "[rwx][mac] Support fast W^X permission switching on Apple Silicon (M1)" 2022-04-28 14:08:11 +00:00
web-snapshot [web-snapshot] Allocate Context after setting up ScopeInfo 2022-04-26 12:52:45 +00:00
zone [rwx][muc] Prepare BoundedPageAllocator for fast W^X on M1 2022-04-25 20:09:22 +00:00
DEPS [maglev] Add a skeleton MaglevConcurrentDispatcher impl 2022-03-03 17:32:21 +00:00
DIR_METADATA
OWNERS