Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

ttd: adding ttd tracking logic to aliased_buffer #397

Conversation

mike-kaufman
Copy link
Contributor

Whenever state modifications happen outside of JSRT API calls, we need
to to track them to for TTD to correctly track state. This change
updates aliased_buffer's SetValue() method to do the correct TTD
tracking.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

ttd

@mike-kaufman mike-kaufman self-assigned this Sep 20, 2017
@mike-kaufman
Copy link
Contributor Author

/cc @mrkmarron

@mrkmarron
Copy link
Contributor

LGTM

Whenever state modifications happen outside of JSRT API calls, we need
to to track them to for TTD to correctly track state.  This change
updates aliased_buffer's SetValue() method to do the correct TTD
tracking.

PR-URL: nodejs#397
Reviewed-By: Mark Marron <[email protected]>
@mike-kaufman mike-kaufman force-pushed the mkaufman-update-aliased-buffer-to-do-ttd-tracking branch from b662842 to b4d318e Compare September 21, 2017 18:16
@mike-kaufman mike-kaufman merged commit b4d318e into nodejs:master Sep 21, 2017
@mike-kaufman mike-kaufman deleted the mkaufman-update-aliased-buffer-to-do-ttd-tracking branch September 21, 2017 18:17
MSLaguana pushed a commit to MSLaguana/node-chakracore that referenced this pull request Sep 28, 2017
Whenever state modifications happen outside of JSRT API calls, we need
to to track them to for TTD to correctly track state.  This change
updates aliased_buffer's SetValue() method to do the correct TTD
tracking.

PR-URL: nodejs#397
Reviewed-By: Mark Marron <[email protected]>
joaocgreis added a commit to joaocgreis/node-chakracore that referenced this pull request Nov 2, 2017
chakra_tdd.h was added to the sources. This adds it to install.py to
be included in the headers package.

Refs: nodejs#397
Fixes: nodejs#417
joaocgreis added a commit that referenced this pull request Nov 9, 2017
chakra_tdd.h was added to the sources. This adds it to install.py to
be included in the headers package.

Refs: #397
Fixes: #417
PR-URL: #421
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Mike Kaufman <[email protected]>
kfarnung pushed a commit that referenced this pull request Jan 12, 2018
chakra_tdd.h was added to the sources. This adds it to install.py to
be included in the headers package.

Refs: #397
Fixes: #417
PR-URL: #421
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Mike Kaufman <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants