Groups
Groups
Anmelden
Groups
Groups
v8-users
Unterhaltungen
Info
Feedback geben
Hilfe
Gruppenpfad
v8-users
1–30 von 3899
Alle als gelesen markieren
Gruppe melden
0 ausgewählt
marcel
,
Louis Poirier
2
17. Juni
v8_monolith always uses fvisibility=default, foiling LTO
Thank you for sharing. It seems support for embedders is not a priority anymore (Chromium first /
ungelesen,
v8_monolith always uses fvisibility=default, foiling LTO
Thank you for sharing. It seems support for embedders is not a priority anymore (Chromium first /
17. Juni
Dustin Breese
3
5. Feb.
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: ```
ungelesen,
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: ```
5. Feb.
Andriy Tevelyev
11. Jan.
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
ungelesen,
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
11. Jan.
Sam Cao
, …
snek
16
20.12.25
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
ungelesen,
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
20.12.25
Mati Cohen
,
Ben Noordhuis
3
08.12.25
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,
ungelesen,
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,
08.12.25
Mati Cohen
,
Igor Sheludko
7
30.10.25
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:
ungelesen,
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:
30.10.25
Mati Cohen
,
Ben Noordhuis
3
29.09.25
V8 sandbox Android
Thanks a lot for all your help. I managed to get everything working. On Monday, September 22, 2025 at
ungelesen,
V8 sandbox Android
Thanks a lot for all your help. I managed to get everything working. On Monday, September 22, 2025 at
29.09.25
Mati Cohen
,
Ben Noordhuis
9
22.09.25
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
ungelesen,
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
22.09.25
薛嘉伟
, …
Pradish
4
22.09.25
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 薛
ungelesen,
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 薛
22.09.25
sw l
, …
TecShep
8
22.09.25
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
ungelesen,
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
22.09.25
Jakob Kummerow
11.09.25
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:
ungelesen,
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:
11.09.25
TK Lee
,
Juan dos Santos
3
26.08.25
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
ungelesen,
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
26.08.25
Kasper Isager Dalsgarð
,
Omer Katz (chromium.org)
4
12.08.25
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
ungelesen,
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
12.08.25
jmr
,
Jakob Kummerow
4
30.07.25
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.
ungelesen,
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.
30.07.25
hao zeng
30.07.25
[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,
ungelesen,
[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,
30.07.25
김준호
,
Ben Noordhuis
3
24.07.25
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
ungelesen,
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
24.07.25
蔡曜丞(つむぎ)
, …
J Decker
3
21.07.25
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
ungelesen,
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
21.07.25
db gn
,
Mikael Aboagye
2
13.07.25
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
ungelesen,
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
13.07.25
jmr
08.07.25
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
ungelesen,
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
08.07.25
jmr
2
24.06.25
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
ungelesen,
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
24.06.25
Subash Durairaj
,
Jakob Gruber
9
03.06.25
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
ungelesen,
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
03.06.25
Sam Cao
,
Jakob Kummerow
3
21.05.25
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
ungelesen,
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
21.05.25
zr t
,
Sam Cao
3
20.05.25
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,
ungelesen,
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,
20.05.25
Kasper Isager Dalsgarð
5
04.05.25
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
ungelesen,
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
04.05.25
jmr
, …
Ben Noordhuis
10
22.04.25
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
ungelesen,
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
22.04.25
GregRos
,
Ben Noordhuis
3
17.04.25
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,
ungelesen,
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,
17.04.25
GregRos
, …
life....@gmail.com
3
14.04.25
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
ungelesen,
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
14.04.25
TK Lee
,
Ben Noordhuis
2
14.04.25
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
ungelesen,
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
14.04.25
alex...@gmail.com
, …
Igor Sheludko
8
09.04.25
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
ungelesen,
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
09.04.25
Pradish
, …
Sam Cao
6
09.04.25
Statically Linking V8 libraray causes relocation R_X86_64_TPOFF32 against symbol g_current_local_heap
So here is the way I fix this issue. Set linker to lld by -fuse-ld=lld and disable compression by -Wl
ungelesen,
Statically Linking V8 libraray causes relocation R_X86_64_TPOFF32 against symbol g_current_local_heap
So here is the way I fix this issue. Set linker to lld by -fuse-ld=lld and disable compression by -Wl
09.04.25