Cesar Soares
Cesar Soares
Hi there, can I please get some feedback on this approach to simplify object allocation merges in order to promote Scalar Replacement of the objects involved in the merge? The...
First of all, thanks for putting effort on this excellent lib. It really helped me a lot! I'm trying to convert some SVG files to PNG however at some point...
The `assert((uint)type
I have seen more than once a repo/branch using an old version of Arcade SDK, SignTool, other packages that have bugs that we have already fixed. This have happened for...
Please, review this patch to fix an issue that may occur when serializing debug information related to reduce allocation merges. The problem happens when there are more than one JVMS...
Currently we have a single task in the Maestro.Tasks package which role is to read build manifests and persist the assets into BAR. The remaining publishing tasks are all in...
I received a report from a customer mentioning that after they changed some piece of JavaScript code to use "classical" for loops instead of "for of" they obtained a huge...
I'm trying to follow a [basic example](https://heather.miller.am/blog/launching-a-spark-cluster-part-1.html) of creating a cluster using flintrock but I'm strugling to get past the error below. Seems like some previous step is still installing...
Closes: #11045 Please review this patch that modifies Truffle to: 1. Reset a CallTarget's profile when the `nmethod` associated with it was invalidated by HotSpot because the Code Cache's method...