You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
While working #182412796 we found out problem in communication between the two instruments we have and reported that to GraalVM team. There is no simple solution to overcome this GraalVM limitation. #182412796 solved the problem by global "map", but we need better solution. Let's implement it as part of this task!
Resources
There are few *LiteralNode classes in engine. Let's replace them by single one. It shall not affect peak performance. Then, instead of using caching instrument/listener - directly Node.replace the LiteralNode by PatchedLiteralNode in the AST - modify the value directly in the PatchedLiteralNode.
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
While working #182412796 we found out problem in communication between the two instruments we have and reported that to GraalVM team. There is no simple solution to overcome this GraalVM limitation. #182412796 solved the problem by global "map", but we need better solution. Let's implement it as part of this task!
Resources
There are few
*LiteralNode
classes in engine. Let's replace them by single one. It shall not affect peak performance. Then, instead of using caching instrument/listener - directlyNode.replace
theLiteralNode
byPatchedLiteralNode
in the AST - modify the value directly in thePatchedLiteralNode
.Tasks:
PatchedModuleValues
Blockers:
#182412796 resolved
Comments:
Jaroslav Tulach reports a new STANDUP for yesterday (2022-06-21):
Progress: Single
LiteralNode
has been integrated: #3536; Analyzing and discussingsbt
issue withjavafmt
: https://discord.com/channels/401396655599124480/988485281260916817/988802778296115200; debugging Enso launcher to place--dumpGraphs
option. It should be finished by 2022-06-21.Next Day: Finish
--dumpGraphs
option for Enso4IGV. (Enso Bot - Jun 22, 2022)The text was updated successfully, but these errors were encountered: