ocaml tool to extract opcode information#449
Conversation
|
cc @xavierleroy and @alainfrisch (for the Makefile.nt part at least) (If by chance Alain already reviewed the PR, you should feel free to indicate it explicitly, not unlike the "Acknowledged by: ..." that matter in the Linux community.) I looked at the patch and it looks fine. One thing that temporarily alerted me is that there is a loss of flexibility: the sed script greps the name of the C (Also, I wondered about the copyright header.) |
|
Thanks @gasche for the comments - I amended the patch as suggested. What is the issue about the copyright header? How should I amend it? |
|
1996 -> 2016? |
|
The patch looks good. IIRC the sed script flexibility was inherited from Caml Light, where |
|
Ping; since this is not being planned for inclusion in the near future, I am closing this PR and re-opening later in order to resolve some GH account issues. |
|
(I had forgotten about this PR and would be fine with merging it in trunk.) |
|
Cool, I will re-submit it shortly. |
Fix stdatomic.h when used inside C++ for good
This tiny
ocamllexscript replaces "the unholy combination of sed and awk" that extracts opcode names & numbers frominstruct.h.