Re: [nodejs] Re: [icu-support] Building Node.js with full-icu on Raspbian

2018-03-03 Thread Koray
Hello Steven, Thanks for your response, I have finally managed to solve it. Though now I am unable to encode strings with encodings that came with ICU. I'm really confused at this point. util.TextDecoder allows me to decode strings from win-1254 buffers, however when I try to encode a String to

Re: [nodejs] Re: Are functions which defined using eval or new Function() optimized?

2018-03-03 Thread Koray
This is very useful to know. Thank you for your help. On 3/3/18, Zlatko wrote: > > Hi Koray, > > Apparently, the answer to your original question is "yes", functions > generated by "eval" or "new Function()" will get optimized. I've asked one > of the V8 developers on

[nodejs] Re: Are functions which defined using eval or new Function() optimized?

2018-03-03 Thread Zlatko
Hi Koray, Apparently, the answer to your original question is "yes", functions generated by "eval" or "new Function()" will get optimized. I've asked one of the V8 developers on Twitter, he even referred on how Webpack (pretty popular and well known JavaScript package) achieves crazy