source: NEWT0/trunk/documents/en.03_problem.txt @ 133

Revision 133, 1.7 KB checked in by matthiasm, 3 years ago (diff)

Converted documentation from Japanese into what Google claims to be English. Manually improved a few lines of the translation, but I am not sure if I got it right.

  • Property svn:executable set to *
Line 
1Known issues and limitations
2------------------------
3
4
5○ Restrictions
6
7GC will not only determine the location of
8
9GC occur on the C language stack (arguments, automatic variable) to refer not only freed
10SHIMAWANAI measures are not taken place. The timing of any
11GC and cause a problem occurs. Now look at the amount of memory used in the GC
12Will need a fresh VM flag of the loop only in a specific location, the process line GC
13To the right. Heap memory in this way in machines with less clear
14Tikal situation may not be able to handle the problem.
15
16GC ruby is a conservative approach to C-language traverses the stack.
17Newton, C + + class (RefVar, RefArg) to use this problem in well
18That is to be resolved.
19
20Known issues ○
21
22Else if in a statement before; but not
23
24For example:
25
26           if a = 0 then
27             a: = 1 / /; there will be errors
28           else
29             a: = 2;
30
31Onexception try in a statement that offers onexception of the way if you have multiple; but not
32
33For example:
34
35           try
36             a: = 1;
37           onexception | ext.ex.msg | do
38             a: = 2 / /; there will be errors
39           onexception | ext.ex | do
40             a: = 3;
41
42I wrote in both yacc ※ It's going well, but I did not.
43In part to correct a little bit and is a common, but others have a syntax error
44Have not been to not work hard.
45
46○ implemented
47
480割算on. Inf (infinite)
49
50In the upstream and 0 to割算without errors and returns a value of Inf.
510割算to present an error (exceptions) is to occur.
52
53Its own memory management
542 byte character support (Japanese)
55
56○ Other
57
58An error message is poor
59Check for errors is poor
60Syntax error in a message is not appropriate
61Constant does not optimize
Note: See TracBrowser for help on using the repository browser.