[GHC] #8788: Remove old comment

#8788: Remove old comment ------------------------------------+------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: new Priority: lowest | Milestone: Component: Runtime System | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- See attachment -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8788: Remove old comment -------------------------------+------------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: new Priority: lowest | Milestone: Component: Runtime | Version: 7.6.3 System | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Changes (by crockeea): * difficulty: Unknown => Easy (less than 1 hour) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8788: Remove old comment -------------------------------+------------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: new Priority: lowest | Milestone: Component: Runtime | Version: 7.6.3 System | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Comment (by simonmar): doesn't the comment still apply? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8788: Remove old comment -------------------------------+------------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: new Priority: lowest | Milestone: Component: Runtime | Version: 7.6.3 System | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Comment (by Tarrasch): Did you see my comment in the commit message? I reproduce it here: ''There's no way to reuse the code for say [P, P] and [P, N], since the juxtaposing of code and data when compiling with TABLES_NEXT_TO_CODE.'' Well I guess it still applies if you don't compile with `TABLES_NEXT_TO_CODE`. Here is some more elaboration: If you intend to share the code but have two different tables, you do that by letting the "code-entry-pointer" in the two tables point to the same code. But there's no such "code-entry- pointer" field with `TABLES_NEXT_TO_CODE`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8788: Remove old comment -------------------------------+------------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: closed Priority: lowest | Milestone: Component: Runtime | Version: 7.6.3 System | Keywords: Resolution: invalid | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Changes (by simonmar): * status: new => closed * resolution: => invalid Comment: The code fragments that the comment is referring to don't have info tables (`stg_ap_stk` and `stg_ap_stk_save`). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8788: Remove old comment -------------------------------+------------------------------------------- Reporter: Tarrasch | Owner: simonmar Type: task | Status: closed Priority: lowest | Milestone: Component: Runtime | Version: 7.6.3 System | Keywords: Resolution: invalid | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Comment (by Tarrasch): Whoups, my bad. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8788#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC