Commit 35efdd5
committed
Perform initial work in the job
Currently the first thing a reconciler after startup does is to sleep
for a while then call initialProcess then start the processing loop
(that sleeps again...).
This now moves this initial work into the start job so we have a plain
processing loop in the thread to make further improvements easier.1 parent f41ea06 commit 35efdd5
File tree
1 file changed
+5
-8
lines changed- bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler
1 file changed
+5
-8
lines changedLines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 175 | | |
184 | 176 | | |
185 | 177 | | |
| |||
230 | 222 | | |
231 | 223 | | |
232 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
233 | 230 | | |
234 | 231 | | |
235 | 232 | | |
| |||
0 commit comments