What is the possible cost of using blocks for exception treatment in too ?

Asked

Viewed 33 times

2

As exceptions are interruptions caused most of the time by the operating system, I wonder if there is any cost of memory (stack/heap) since, existing exception treatment the program continues to run even with the interruption. This protection generates cost in the memory of my application?

  • Exceptions are not interruptions, this is a consequence and the one who causes exceptions in your application is yourself, not the OS. On the question: http://answall.com/questions/5888/exce%C3%A7%C3%b5es-consumim-muito-processamento-verdade-ou-lenda

  • I think you’re confusing the concepts of interruption, pitfalls and exceptions.

  • @Caique C. you are correct, I really expressed myself badly, however the operating system can also generate interruptions.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.