diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-08-02 13:37:30 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-08-06 09:47:32 +0100 |
commit | 5620662e08d126ad69b8619360b4ef226f497440 (patch) | |
tree | eaf27d31596ab9f36d1725b07177e25f33586854 /compiler/cmm/CmmContFlowOpt.hs | |
parent | 4cdfe67528aa548671fedafb50b4b2b914f5ef18 (diff) | |
download | haskell-5620662e08d126ad69b8619360b4ef226f497440.tar.gz |
finish a comment
Diffstat (limited to 'compiler/cmm/CmmContFlowOpt.hs')
-rw-r--r-- | compiler/cmm/CmmContFlowOpt.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/cmm/CmmContFlowOpt.hs b/compiler/cmm/CmmContFlowOpt.hs index 964f9f56da..abbaa63336 100644 --- a/compiler/cmm/CmmContFlowOpt.hs +++ b/compiler/cmm/CmmContFlowOpt.hs @@ -216,8 +216,9 @@ code in replaceLabels. However, we probably do want to do this if we are splitting proc points, because L1 will be a proc-point anyway, so merging it with L4 reduces the number of proc points. Unfortunately recursive -let-no-escapes won't generate very good code with proc-point -splitting on - we should probably +let-no-escapes won't generate very good code with proc-point splitting +on - we should probably compile them to explicitly use the native +calling convention instead. -} ------------------------------------------------------------------------ |