Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move parameter environment creation to bytecode #3433

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

HalidOdat
Copy link
Member

Depends on #3432

Moves parameters environments creation to bytecode, removes checks for functions that don't need it.

@HalidOdat HalidOdat added technical debt execution Issues or PRs related to code execution Internal Category for changelog labels Oct 29, 2023
@HalidOdat HalidOdat marked this pull request as ready for review October 30, 2023 15:14
@HalidOdat HalidOdat added this to the v0.18.0 milestone Oct 30, 2023
@HalidOdat HalidOdat requested a review from a team October 30, 2023 15:15
@HalidOdat HalidOdat force-pushed the refactor/move-parameter-env-opcode branch from c013d99 to f084460 Compare October 30, 2023 19:37
@HalidOdat HalidOdat force-pushed the refactor/move-parameter-env-opcode branch from f084460 to f1b57a7 Compare November 1, 2023 06:17
@HalidOdat HalidOdat force-pushed the refactor/move-parameter-env-opcode branch from f1b57a7 to 992b722 Compare November 1, 2023 06:25
@HalidOdat HalidOdat force-pushed the refactor/move-parameter-env-opcode branch from 992b722 to 520f8c8 Compare November 1, 2023 06:30
Base automatically changed from refactor/arguments-creation to main November 1, 2023 13:17
@HalidOdat HalidOdat force-pushed the refactor/move-parameter-env-opcode branch from 520f8c8 to 0c1a450 Compare November 2, 2023 09:23
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (dca8457) 44.83% compared to head (0c1a450) 44.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3433      +/-   ##
==========================================
- Coverage   44.83%   44.81%   -0.02%     
==========================================
  Files         488      488              
  Lines       50390    50374      -16     
==========================================
- Hits        22590    22575      -15     
+ Misses      27800    27799       -1     
Files Coverage Δ
boa_engine/src/bytecompiler/declarations.rs 52.74% <100.00%> (ø)
boa_engine/src/object/internal_methods/function.rs 88.75% <ø> (-0.79%) ⬇️
boa_engine/src/vm/code_block.rs 24.85% <0.00%> (-0.60%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Nov 2, 2023

Test262 conformance changes

Test result main count PR count difference
Total 95,609 95,609 0
Passed 76,518 76,518 0
Ignored 18,132 18,132 0
Failed 959 959 0
Panics 0 0 0
Conformance 80.03% 80.03% 0.00%

@raskad raskad requested a review from a team November 2, 2023 09:35
@jedel1043 jedel1043 added this pull request to the merge queue Nov 2, 2023
Merged via the queue into main with commit 857033a Nov 2, 2023
14 checks passed
@HalidOdat HalidOdat deleted the refactor/move-parameter-env-opcode branch November 2, 2023 17:04
ahaoboy pushed a commit to ahaoboy/boa that referenced this pull request Nov 15, 2023
ahaoboy pushed a commit to ahaoboy/boa that referenced this pull request Nov 15, 2023
sam-finch-tezos pushed a commit to trilitech/boa that referenced this pull request Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execution Issues or PRs related to code execution Internal Category for changelog technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants