Message from JavaScript discussions

June 2018

— The way I have it set up now, at a minimum there are about 5 layers of these dispatchers, each adding overhead to a context switch. Each one yields, in order, until the kernel has control of V8, which means they all get dumped to the memory heap, but this gets done a lot, so there is a lot of stress on memory, which is typical of exokernels like this one

Message permanent page

— 

With the preemtpion source code pre-processor in place, I could be looking at a GeneratorFunction “call stack” which is extremely high

— :/

— Permiisi disini ada yg paham cara penggunaan google tag manager?

— Https://youtu.be/M3BM9TB-8yA

— Hi, how can easily get country iso code 2 using geolocation information ?

— Why not use IP?

— It's can be a fake ip, I don't know how to do it with IP address. Please can you explain it to me ?

— Search for GeoIP

— Guys i have array of objects when i am comparing object which is same as object in array its returning false any idea why?
ps: not using strict check

Message permanent page

— 

a = [{a:3},{b:3}]
b = {a:3}
console.log(a[0] == b)




returns false

— Because it's another object instance;