群组
群组
登录
群组
群组
v8-users
会话
关于
发送反馈
帮助
群组路径
v8-users
第 1 - 30 个,共 3900 个
全部标记为已读
举报群组
未选择
Sae-Won
, …
Ben Noordhuis
5
7月3日
Crash during v8::Isolate::New() with overlapping isolate lifetimes
Hello Ben, Thanks a lot for your reply! It's good to know that I'm not the only one... I
未读,
Crash during v8::Isolate::New() with overlapping isolate lifetimes
Hello Ben, Thanks a lot for your reply! It's good to know that I'm not the only one... I
7月3日
marcel
,
Louis Poirier
2
6月17日
v8_monolith always uses fvisibility=default, foiling LTO
Thank you for sharing. It seems support for embedders is not a priority anymore (Chromium first /
未读,
v8_monolith always uses fvisibility=default, foiling LTO
Thank you for sharing. It seems support for embedders is not a priority anymore (Chromium first /
6月17日
Dustin Breese
3
2月5日
Attempting to build latest v8 for Android ARM64
Just FYI - I was able to build 14.4 with these args and successfully load and test in Android: ```
未读,
Attempting to build latest v8 for Android ARM64
Just FYI - I was able to build 14.4 with these args and successfully load and test in Android: ```
2月5日
Andriy Tevelyev
1月11日
IdaJS — Using Google V8 for Game Scripting in a Classic 3D Game (LBA2)
Hi everyone! I'd like to share a small show-and-tell of how Google V8 was used outside of the
未读,
IdaJS — Using Google V8 for Game Scripting in a Classic 3D Game (LBA2)
Hi everyone! I'd like to share a small show-and-tell of how Google V8 was used outside of the
1月11日
Sam Cao
, …
snek
16
2025/12/20
JS Temporal is not Built into v8_monolith for MacOS / Windows
Hi All, Good news. This hack finally works on Linux arm64, but it is twice more complicated. Best
未读,
JS Temporal is not Built into v8_monolith for MacOS / Windows
Hi All, Good news. This hack finally works on Linux arm64, but it is twice more complicated. Best
2025/12/20
Mati Cohen
,
Ben Noordhuis
3
2025/12/8
RecomputeLimits crashes on Android
Thanks, I will try that On Friday, December 5, 2025 at 1:16:49 PM UTC-5 Ben Noordhuis wrote: On Wed,
未读,
RecomputeLimits crashes on Android
Thanks, I will try that On Friday, December 5, 2025 at 1:16:49 PM UTC-5 Ben Noordhuis wrote: On Wed,
2025/12/8
Mati Cohen
,
Igor Sheludko
7
2025/10/30
FatalOOM on Android
All my kudos to you Igor!! On Thursday, October 30, 2025 at 2:04:44 PM UTC-4 ish...@google.com wrote:
未读,
FatalOOM on Android
All my kudos to you Igor!! On Thursday, October 30, 2025 at 2:04:44 PM UTC-4 ish...@google.com wrote:
2025/10/30
Mati Cohen
,
Ben Noordhuis
3
2025/9/29
V8 sandbox Android
Thanks a lot for all your help. I managed to get everything working. On Monday, September 22, 2025 at
未读,
V8 sandbox Android
Thanks a lot for all your help. I managed to get everything working. On Monday, September 22, 2025 at
2025/9/29
Mati Cohen
,
Ben Noordhuis
9
2025/9/22
Android 16 KB page sizes
Thanks! On Friday, September 19, 2025 at 4:33:33 AM UTC-4 Ben Noordhuis wrote: Yes, 16k on x64 and
未读,
Android 16 KB page sizes
Thanks! On Friday, September 19, 2025 at 4:33:33 AM UTC-4 Ben Noordhuis wrote: Yes, 16k on x64 and
2025/9/22
薛嘉伟
, …
Pradish
4
2025/9/22
when use_custom_libcxx = false , build while error
can you also add this flag and try to recompile use_sysroot = false On Tue, Jul 29, 2025 at 5:44 PM 薛
未读,
when use_custom_libcxx = false , build while error
can you also add this flag and try to recompile use_sysroot = false On Tue, Jul 29, 2025 at 5:44 PM 薛
2025/9/22
sw l
, …
TecShep
8
2025/9/22
error: no member named 'atomic_base64_to_binary_safe' in namespace 'simdutf'; did you mean 'base64_to_binary_safe'?
I have the same issue. But since Google is dropping support for use_custom_libcxx=false, I think it
未读,
error: no member named 'atomic_base64_to_binary_safe' in namespace 'simdutf'; did you mean 'base64_to_binary_safe'?
I have the same issue. But since Google is dropping support for use_custom_libcxx=false, I think it
2025/9/22
Jakob Kummerow
2025/9/11
Re: [v8-dev] [RFC] Proposal to remove RISC-V 32-bit support
+v8-users FYI. On Wed, Sep 10, 2025 at 10:05 AM Florian Loitsch <floi...@rivosinc.com> wrote:
未读,
Re: [v8-dev] [RFC] Proposal to remove RISC-V 32-bit support
+v8-users FYI. On Wed, Sep 10, 2025 at 10:05 AM Florian Loitsch <floi...@rivosinc.com> wrote:
2025/9/11
TK Lee
,
Juan dos Santos
3
2025/8/26
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
未读,
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
2025/8/26
Kasper Isager Dalsgarð
,
Omer Katz (chromium.org)
4
2025/8/12
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
未读,
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
2025/8/12
jmr
,
Jakob Kummerow
4
2025/7/30
TerminateExecution does not work unless there is a js stackframe.
Looks like the API doesn't currently expose that functionality, you'd have to add it.
未读,
TerminateExecution does not work unless there is a js stackframe.
Looks like the API doesn't currently expose that functionality, you'd have to add it.
2025/7/30
hao zeng
2025/7/30
[HELP] integrate V8 as shared library into electron framework.
I was trying to build Electron framework with v8 as a shared library. I modified the src/v8/BUILD.gn,
未读,
[HELP] integrate V8 as shared library into electron framework.
I was trying to build Electron framework with v8 as a shared library. I modified the src/v8/BUILD.gn,
2025/7/30
김준호
,
Ben Noordhuis
3
2025/7/24
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
未读,
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
2025/7/24
蔡曜丞(つむぎ)
, …
J Decker
3
2025/7/21
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
未读,
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
2025/7/21
db gn
,
Mikael Aboagye
2
2025/7/13
Problem building v8 on Windows 10 with is_component_build = true argument
Hey, hope your day is going well! So since you're using a more recent version of V8, building V8
未读,
Problem building v8 on Windows 10 with is_component_build = true argument
Hey, hope your day is going well! So since you're using a more recent version of V8, building V8
2025/7/13
jmr
2025/7/8
Questions around Object::Wrap/Unwrap and GC/finalizers on isolate shutdown?
Hi, I guess these questions would be better place in some sort of chat platform, as I might have more
未读,
Questions around Object::Wrap/Unwrap and GC/finalizers on isolate shutdown?
Hi, I guess these questions would be better place in some sort of chat platform, as I might have more
2025/7/8
jmr
2
2025/6/24
dereference out of range vector iterator in v8::internal::compiler::JSHeapBroker::ProcessFeedbackMapsForElementAccess
Stack trace of another thread that might be the culprit below. The way the code works is I have a few
未读,
dereference out of range vector iterator in v8::internal::compiler::JSHeapBroker::ProcessFeedbackMapsForElementAccess
Stack trace of another thread that might be the culprit below. The way the code works is I have a few
2025/6/24
Subash Durairaj
,
Jakob Gruber
9
2025/6/3
Isolate creation crashing with snapshot
ok Jakob, will update the V8 version Thank you for your help Jakob On Tue, Jun 3, 2025 at 4:59 PM
未读,
Isolate creation crashing with snapshot
ok Jakob, will update the V8 version Thank you for your help Jakob On Tue, Jun 3, 2025 at 4:59 PM
2025/6/3
Sam Cao
,
Jakob Kummerow
3
2025/5/21
Function Returned by IIFE Crashes in v8::internal::ScopeInfo::scope_type()
Good question. I've been embedding V8 in my app for many years. It's quite challenging for me
未读,
Function Returned by IIFE Crashes in v8::internal::ScopeInfo::scope_type()
Good question. I've been embedding V8 in my app for many years. It's quite challenging for me
2025/5/21
zr t
,
Sam Cao
3
2025/5/20
try compiling v8 on arm64 host using gcc failed.
I cross compile the Linux arm64 monolith build on Ubuntu x86_64 successfully. On Friday, December 27,
未读,
try compiling v8 on arm64 host using gcc failed.
I cross compile the Linux arm64 monolith build on Ubuntu x86_64 successfully. On Friday, December 27,
2025/5/20
Kasper Isager Dalsgarð
5
2025/5/4
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
未读,
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
2025/5/4
jmr
, …
Ben Noordhuis
10
2025/4/22
Delivering off-thread events to the isolate (porting from Spidermonkey)
On Tue, Apr 22, 2025 at 10:04 AM jmr <audrius.b...@gmail.com> wrote: > > Is there
未读,
Delivering off-thread events to the isolate (porting from Spidermonkey)
On Tue, Apr 22, 2025 at 10:04 AM jmr <audrius.b...@gmail.com> wrote: > > Is there
2025/4/22
GregRos
,
Ben Noordhuis
3
2025/4/17
Will V8 inline instance method calls?
What does it depend on? On Thursday, April 17, 2025 at 12:48:26 AM UTC+3 Ben Noordhuis wrote: On Wed,
未读,
Will V8 inline instance method calls?
What does it depend on? On Thursday, April 17, 2025 at 12:48:26 AM UTC+3 Ben Noordhuis wrote: On Wed,
2025/4/17
GregRos
, …
life....@gmail.com
3
2025/4/14
Will replacing classes with closures allow me to avoid megamorphism?
I see, thank you! The array approach is also interesting, though hopefully I can avoid it, since it
未读,
Will replacing classes with closures allow me to avoid megamorphism?
I see, thank you! The array approach is also interesting, though hopefully I can avoid it, since it
2025/4/14
TK Lee
,
Ben Noordhuis
2
2025/4/14
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
未读,
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
2025/4/14
alex...@gmail.com
, …
Igor Sheludko
8
2025/4/9
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
未读,
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
2025/4/9