search for: construction_

Displaying 2 results from an estimated 2 matches for "construction_".

Did you mean: construction
2006 Feb 26
0
Review of Black, Ruby for Rails, Chapter 4
...han once in the chapter is how a single word by itself ("barewords" as referred to by the author) can be either references or method calls, assuming they aren''t keywords. That transparency hearkens back to Eiffel (or maybe just Bertrand Meyer''s _Object-Oriented Software Construction_ book, and is one of the truly cool (and confusing) things about Ruby. In conclusion, this chapter is a "back to basics" chapter, introducing OO programming to a novice audience. If that describes you, it''s great. If not, there are still interesting aspects of Ruby to be gle...
2012 Sep 12
5
[LLVMdev] Multi-dimensional array accesses in LLVM-IR | Thoughts
On 09/11/2012 03:38 PM, Hal Finkel wrote: > This is a general problem that also affects, for example, Preston's > dependence-analysis work. How have you thought about dealing with this? Hi Hal, you are right. Preston's dependence-analysis and Polly are sharing the same problem. As far as I know, non of us implemented a solution yet. Preston, what is your status on multi-dim arrays?