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

Remove RegisterITF references from OMROptions #4007

Merged
merged 1 commit into from
Jun 18, 2019

Conversation

nidhi1605
Copy link
Contributor

Fixes #3961
Signed-off-by: Nidhi Gupta itsnidhi16@gmail.com

// Avaialble = 0x00008000,
TR_TraceRegisterITFBuild = 0x00010000,
// Available = 0x00020000,
TR_TraceRegisterITFColour = 0x00040000,
Copy link
Contributor

Choose a reason for hiding this comment

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

The first of these fields (TR_TraceRegisterITFBasic) can be safely removed. However, subsequent ones should stay and be commented out as // Available. This allows us to keep track of which bits are available for future options.

   // Avaialble                         = 0x00008000,
   // Avaialble                         = 0x00010000,
   // Available                         = 0x00020000,
   // Avaialble                         = 0x00040000,

@@ -1049,7 +1049,14 @@ enum TR_CompilationOptions
//
TR_TraceLRAResults = 0x00000800,
// Available = 0x00001000,


// Register ITF tracing option word
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment is no longer relevant.

@Leonardo2718
Copy link
Contributor

@nidhi1605 can you please squash the commits together?

Fixes eclipse-omr#3961

Signed-off-by: Nidhi Gupta <itsnidhi16@gmail.com>
@nidhi1605
Copy link
Contributor Author

I have squashed the commits together, @Leonardo2718 could you please review this?

@0xdaryl
Copy link
Contributor

0xdaryl commented Jun 18, 2019

@genie-omr build all

@0xdaryl
Copy link
Contributor

0xdaryl commented Jun 18, 2019

@Leonardo2718 , could you sign off on these changes please?

Copy link
Contributor

@Leonardo2718 Leonardo2718 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@0xdaryl 0xdaryl self-assigned this Jun 18, 2019
@0xdaryl 0xdaryl merged commit 0a606fb into eclipse-omr:master Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove RegisterITF references from OMROptions
3 participants