Richard

Results 221 comments of Richard

This is one of a number of bugs in the jitting of generator functions. See #6293 #6533 #6662 #6684 #6700 and #6706 for progress on this area - I think...

This is one of a number of bugs in the jitting of generator functions. See #6293 #6533 #6662 #6684 #6700 and #6706 for progress on this area - I think...

@ppenzin what do you think of this? I like the idea in theory but have little experience of how well these sorts of templates work in practise.

I had a look IR.cpp and the invalid check is being done part of a Debug only feature; so it's not as critical a concern as ImmutableList. I've also done...

Thank you for this notification - I actually had assumed (without checking) that Microsoft would have taken down those releases some time ago. @ppenzin FYI, if we want them for...

> There are still [some projects](https://github.com/search?q=https%3A%2F%2Faka.ms%2Fchakracore%2F&type=code) using the legacy download structure. > We could download the binaries and attach them directly to the GitHub Releases. > (Including a deprecation warning)...

I've moved all generator JIT test cases into a new folder and added additional test cases for testing loop body jit. Note, with this PR we now have: Default behaviour...

This JS snippet attempts to Allocate several Gb of memory, Chakracore sees this as dangerous and calls Abort to block it. This behaviour is by design. I have mixed feelings...

It shouldn't crash; I'm afraid I've never used the Visual Studio debugger, @fatcerberus do you have any experience/thoughts on this?

I primarily develop in VSCode on a mac; I debug with GDB via the CPP add on.