[v8-users] Re: The v8 6.8 and 6.9 version does not get the libv8_snapshot.a library

2018-09-09 Thread 773749686
*ok!finally I solved my problem, now I can get the correct so library with the following configuration, and there is no problem running when embedding android.* *'''* is_component_build = false is_debug = false symbol_level = 1 target_cpu = "arm" target_os = "android" use_goma = false v8_android_

Re: [v8-users] Arraybuffer

2018-09-09 Thread dan Med
Oh and one more thing, i've surfed perhaps the entire source code of v8 at least the interesting parts, but what i came across was just very short code execpt for some builtins written in javascript i believe, can't find all of the things i've found on the documentation such as the interpreter and

Re: [v8-users] Arraybuffer

2018-09-09 Thread dan Med
I don't have understood this part, let me explain it to you. This is how i get it tell me if i'm wrong at any part. I need to understand how is the structure in memory of the arraybuffer how is it represented and if the data of the array are directly stored at an offset accessed by buffer_ -> data