jQuery very long time generate byte code. #6

Open
opened 2016-01-24 12:21:18 +00:00 by JhonnyUmpire · 0 comments
JhonnyUmpire commented 2016-01-24 12:21:18 +00:00 (Migrated from github.com)

Hi BeRo! BESEN is very good!
Sorry my bad english.
I trying make non visual browser with BESEN for executing javascript.
But when i try executing jQuery v1.8.3 procdedure BESENCompiller.GenerateByteCode very long time.
link for this jQuery https://yastatic.net/jquery/1.8.3/jquery.min.js
To check, you can copy the jQuery code in an BESEN IDE and press "F9". On my computer 35sec befor error message.

Also there are some errors when compiling the example in module BESENDecompliler in line
bntUNARYVOIDEXPRESSION:
begin
Add('void'); /// need "space" after "void" --> 'void '
Visit(TBESENASTNodeUnaryVoidExpression(ToVisit).SubExpression);
end;

To check, another error decompiler you may compare JQuery code befor compile and after decompile, BESEN It can not compile a precompiled code.

Hi BeRo! BESEN is very good! Sorry my bad english. I trying make non visual browser with BESEN for executing javascript. But when i try executing jQuery v1.8.3 procdedure BESENCompiller.GenerateByteCode very long time. link for this jQuery https://yastatic.net/jquery/1.8.3/jquery.min.js To check, you can copy the jQuery code in an BESEN IDE and press "F9". On my computer 35sec befor error message. Also there are some errors when compiling the example in module BESENDecompliler in line bntUNARYVOIDEXPRESSION: begin Add('void'); /// need "space" after "void" --> 'void ' Visit(TBESENASTNodeUnaryVoidExpression(ToVisit).SubExpression); end; To check, another error decompiler you may compare JQuery code befor compile and after decompile, BESEN It can not compile a precompiled code.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/besen#6
No description provided.