Skip to content

Fix receiving of byte-code instructions from serializer #227

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

Merged
merged 1 commit into from
Jun 23, 2015

Conversation

ruben-ayrapetyan
Copy link
Contributor

Related issue: #203

@ruben-ayrapetyan ruben-ayrapetyan added bug Undesired behaviour critical Raises security concerns labels Jun 22, 2015
@ruben-ayrapetyan ruben-ayrapetyan added this to the Core ECMA features milestone Jun 22, 2015
@ruben-ayrapetyan ruben-ayrapetyan force-pushed the Ruben-fix-issue-203 branch 2 times, most recently from 7f4ad37 to bc0287c Compare June 22, 2015 15:07
opcode_t
serializer_get_opcode (opcode_counter_t oc)
serializer_get_opcode (const opcode_t* opcodes_p, /**< pointer to byte-code array (or NULL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opcode_t *opcodes_p

@egavrin
Copy link
Contributor

egavrin commented Jun 22, 2015

Good to me, after fixing.

@egavrin egavrin assigned galpeter and unassigned egavrin Jun 22, 2015
@ruben-ayrapetyan
Copy link
Contributor Author

Pull request is updated:

  • alignment of * in serializer_get_opcode parameters list is fixed.

@ruben-ayrapetyan ruben-ayrapetyan added the parser Related to the JavaScript parser label Jun 22, 2015
@@ -179,7 +179,10 @@ dump_asm (opcode_counter_t oc, opcode_t opcode)
}

void
pp_op_meta (opcode_counter_t oc, op_meta opm, bool rewrite)
pp_op_meta (const opcode_t* opcodes_p,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect alignment of the *.

@galpeter
Copy link
Contributor

aside from the minor style issue it looks good to me.

@ruben-ayrapetyan
Copy link
Contributor Author

Pull request is updated:

  • alignment of * in pp_op_meta parameters list is fixed.

@egavrin
Copy link
Contributor

egavrin commented Jun 23, 2015

make push

Related issue: #203

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour critical Raises security concerns parser Related to the JavaScript parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants