Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v16.5.0 release proposal #39373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
v16.5.0 release proposal #39373
Changes from 1 commit
66553fecf0533bcf8536ea440f6c171ca6bc158888412b10181cebec48d968090ec766ea8d83b35331cbdf17c6265b56b321e8720fe1c81f83f3b954715105a669a190e55cb77ea98fb6e46eb1aafa08dfff21a474bb915ac05a0aaec274430e878b8630b39bf4c50f00728d1683c99589f5a734202274cc323659af62a1af1e1db952580e8311b29482851f07ba2879c3a5fd81d52d7dfe5d1135b666929194d4d441d916200f3b68c334cddc24b23e5ed7224c0d7d24a1f7eab9ccd0db74a35250024ef8cdaadbd472dacdc7a19802d9c4d486d011f31e3cd5113f92227c1363f870220cc8ecc04fd2be5c2d802bb3713cb8c6ffa01dacf4dd6ab304bcfcf3ed04990673ede1375559eacee0a146f7334d53c63175a6569184259f06ebf1a7cd40e33cad27b8860f38e77aa281df9b13cd9f5ec92b80e131d6762d552a3a101fe6b168ec2b56a3d9d101a85b3a0dd111a8b810ec93a121f7703165130aac7184d0bb980a29673b8f6a1092e26635041161ea2481ddda7ba21863b60848381132adb812cdfe99d21fc6382cb32f69cfd96aa1068182f338fdd3d351b2cf49ebb5c5a93e2657c30142ce680e64bd04507714630266c2573bf564a185e0b3b26929c9cc8fb6616eecf627a38ae407eaca13dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [liftoff] Handle constant memory indexes specially This adds detection for constant memory indexes which can statically be proven to be in-bounds (because the effective offset is within the minimum memory size). In these cases, we can skip the bounds check and the out-of-line code for the trap-handler. This often saves 1-2% of code size. R=ahaas@chromium.org Bug: v8:11802 Change-Id: I0ee094e6f1f5d132af1d6a8a7c539a4af6c3cb5e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2919827 Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#74825} Refs: v8/v8@53784bd PR-URL: #39337 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing