commit | 4158af83db7bab57670a9254b766df784cd8a15e | [log] [tgz] |
---|---|---|
author | Georg Neis <[email protected]> | Mon Apr 20 16:16:01 2020 |
committer | Commit Bot <[email protected]> | Mon Apr 20 17:05:50 2020 |
tree | 5b545a57cbc56580f95ae0f39ec2f037045cad3a | |
parent | 0a59e0cb082e62bd00cfc03c0538d6d4dcccbf03 [diff] |
[turbofan] Fix bug in Number.Min/Max typings They try to be very precise about when the result can be -0, but do so incorrectly. I'm changing the code to just do the simple thing instead. Let's see how that affects performance. Bug: chromium:1072171 Change-Id: I9737a84aa19d06685af5b7bca541e348dc37cca8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2157028 Reviewed-by: Tobias Tebbi <[email protected]> Commit-Queue: Georg Neis <[email protected]> Cr-Commit-Position: refs/heads/master@{#67246}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.