diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-23 01:12:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-23 01:12:45 -0400 |
| commit | 372effa152ca7d296aa853f8a4eaa86a85eb04ff (patch) | |
| tree | 2530b956845ad169273d4e78eace0e6f7e87d132 /static | |
| parent | e06942c803dcf2c398a8528f366bc4968725d8ff (diff) | |
add link to blog post about jitless V8
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 23d9fc98..7e6511e1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -471,7 +471,7 @@ <ul> <li>Vanadium: update Chromium base to 91.0.4472.101</li> <li>Vanadium: update Chromium base to 91.0.4472.114</li> - <li>Vanadium: add toggle to Privacy and security settings for disabling JIT and using fully interpreted JavaScript via fast interpreter</li> + <li>Vanadium: add toggle to Privacy and security settings for <a href="https://v8.dev/blog/jitless">disabling JIT compilation and using fully interpreted JavaScript via fast interpreter</a></li> <li>kernel (Pixel 4a (5G), Pixel 5): fix upstream module load order issues when modules are built into the kernel</li> <li>kernel (Pixel 4a (5G), Pixel 5): build in every module and disable dynamic kernel module support again to restore finer-grained Control Flow Integrity (CFI) and attack surface reduction</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): generate a new privacy address when connecting to a network as a temporary partial workaround for the broken upstream privacy address implementation before Linux 5.8 (the privacy address standard itself was flawed and Linux 5.8+ has an implementation of the fixed standard, which we've suggested that Android backport in our upstream report)</li> |
