Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
Sudden speed drop in compiler
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
What's wrong with my appl...
by
cdbc
[January 19, 2026, 10:15:24 pm]
Access violation during d...
by
Martin_fr
[January 19, 2026, 08:02:11 pm]
Adjacent rectangles not a...
by
jamie
[January 19, 2026, 06:21:09 pm]
Developing FreePascal on ...
by
HKPhysicist
[January 19, 2026, 03:53:13 pm]
Cross Compile for Dos on ...
by
andersonscinfo
[January 19, 2026, 03:49:40 pm]
Very simple Style Manager...
by
zamtmn
[January 19, 2026, 02:53:11 pm]
AdvancedHTTPServer: A Go-...
by
Thaddy
[January 19, 2026, 10:58:25 am]
Assigning firebird file n...
by
egsuh
[January 19, 2026, 10:18:22 am]
Strings in Free Pascal: I...
by
Thaddy
[January 19, 2026, 07:43:13 am]
Postgres, ZEOS and Visual...
by
Thaddy
[January 19, 2026, 07:00:03 am]
Feature announcement: Fun...
by
Thaddy
[January 19, 2026, 06:55:15 am]
[SOLVED] Strange behavior...
by
jamie
[January 19, 2026, 12:08:12 am]
ThemeServices.OnThemeChan...
by
sgj
[January 18, 2026, 10:37:32 pm]
AVRPascal – free code edi...
by
ackarwow
[January 18, 2026, 10:18:12 pm]
help implementing frexp
by
srvaldez
[January 18, 2026, 09:25:07 pm]
my implementation of frex...
by
srvaldez
[January 18, 2026, 06:27:39 pm]
Rolling releases Lazarus[...
by
Martin_fr
[January 18, 2026, 04:37:42 pm]
Question about optimizer ...
by
PascalDragon
[January 18, 2026, 04:01:54 pm]
How to set the Excel cell...
by
dodgex
[January 18, 2026, 02:06:25 pm]
PeaZip project turns 20 t...
by
JanRoza
[January 18, 2026, 01:57:46 pm]
How to implement multiple...
by
bills
[January 18, 2026, 01:26:29 pm]
RPNCalc in Lazarus
by
jwdietrich
[January 18, 2026, 12:13:43 pm]
Is this Pascal Compiler t...
by
HKPhysicist
[January 18, 2026, 11:11:59 am]
Maze Makers: Modified Cyl...
by
Boleeman
[January 18, 2026, 08:51:29 am]
Olympic Rings (Interleave...
by
Boleeman
[January 18, 2026, 04:28:24 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Sudden speed drop in compiler (Read 3236 times)
CuriousKit
Jr. Member
Posts: 81
Sudden speed drop in compiler
«
on:
April 08, 2016, 11:39:21 am »
So this one is really confusing me.
I haven't installed any updates to Lazarus or the Free Pascal compiler, but suddenly it is several orders of magnitude slower, even for very small projects. The last thing I remember doing before it lost speed was to update Java for the web browser. Though not a bug per se, it is highly irritating because it takes several minutes just to compile a small file. I've done all the usual things like restarting the computer and excluding the Lazarus directories from my antivirus, but to no avail.
Has anyone else experienced this problem and know of the cause and/or solution?
Logged
Free Pascal Compiler Developer and Freelance Programmer
Leledumbo
Hero Member
Posts: 8835
Programming + Glam Metal + Tae Kwon Do = Me
Re: Sudden speed drop in compiler
«
Reply #1 on:
April 08, 2016, 12:03:47 pm »
Lemme guess: Windows?
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
CuriousKit
Jr. Member
Posts: 81
Re: Sudden speed drop in compiler
«
Reply #2 on:
April 08, 2016, 12:06:20 pm »
Sorry, that was way below my standard of bug reporting - guess it gives away my frustration.
Yes, Windows 8.1, using the 32-bit version of Lazarus and the compiler. Version number for Lazarus is 1.6, and FPC version 3.0.0, SVN revision 51630.
Logged
Free Pascal Compiler Developer and Freelance Programmer
marcov
Administrator
Hero Member
Posts: 12593
FPC developer.
Re: Sudden speed drop in compiler
«
Reply #3 on:
April 08, 2016, 12:50:45 pm »
Check which processes are active (high CPU/high disk) in taskmgr when this is happening?
The behaviour still sounds like an antivirus.
Logged
CuriousKit
Jr. Member
Posts: 81
Re: Sudden speed drop in compiler
«
Reply #4 on:
April 08, 2016, 01:29:00 pm »
Actually, it seems to be an issue with other programs starting up as well. Task Manager isn't revealing much, except that a number of system processes seem to be more active than they should me (mostly in the disk department). Still a mystery though - I'll keep working on it. Sorry to jump to conclusions.
Logged
Free Pascal Compiler Developer and Freelance Programmer
Leledumbo
Hero Member
Posts: 8835
Programming + Glam Metal + Tae Kwon Do = Me
Re: Sudden speed drop in compiler
«
Reply #5 on:
April 08, 2016, 02:06:11 pm »
Quote from: marcov on April 08, 2016, 12:50:45 pm
The behaviour still sounds like an antivirus.
Indeed that's my guess as well.
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
Sudden speed drop in compiler
TinyPortal
© 2005-2018